relational bias
Relational inductive biases on attention mechanisms
Mijangos, Vรญctor, Gutierrez-Vasques, Ximena, Arriola, Verรณnica E., Rodrรญguez-Domรญnguez, Ulises, Cervantes, Alexis, Almanzara, Josรฉ Luis
Inductive learning aims to construct general models from specific examples, guided by biases that influence hypothesis selection and determine generalization capacity. In this work, we focus on characterizing the relational inductive biases present in attention mechanisms, understood as assumptions about the underlying relationships between data elements. From the perspective of geometric deep learning, we analyze the most common attention mechanisms in terms of their equivariance properties with respect to permutation subgroups, which allows us to propose a classification based on their relational biases. Under this perspective, we show that different attention layers are characterized by the underlying relationships they assume on the input data.
Mitigating Relational Bias on Knowledge Graphs
Chuang, Yu-Neng, Lai, Kwei-Herng, Tang, Ruixiang, Du, Mengnan, Chang, Chia-Yuan, Zou, Na, Hu, Xia
Knowledge graph data are prevalent in real-world applications, and knowledge graph neural networks (KGNNs) are essential techniques for knowledge graph representation learning. Although KGNN effectively models the structural information from knowledge graphs, these frameworks amplify the underlying data bias that leads to discrimination towards certain groups or individuals in resulting applications. Additionally, as existing debiasing approaches mainly focus on the entity-wise bias, eliminating the multi-hop relational bias that pervasively exists in knowledge graphs remains an open question. However, it is very challenging to eliminate relational bias due to the sparsity of the paths that generate the bias and the non-linear proximity structure of knowledge graphs. To tackle the challenges, we propose Fair-KGNN, a KGNN framework that simultaneously alleviates multi-hop bias and preserves the proximity information of entity-to-relation in knowledge graphs. The proposed framework is generalizable to mitigate the relational bias for all types of KGNN. We develop two instances of Fair-KGNN incorporating with two state-of-the-art KGNN models, RGCN and CompGCN, to mitigate gender-occupation and nationality-salary bias. The experiments carried out on three benchmark knowledge graph datasets demonstrate that the Fair-KGNN can effectively mitigate unfair situations during representation learning while preserving the predictive performance of KGNN models.
Graph Neural Ordinary Differential Equations
Often, closed -- form analytic formulations are not available and forecasting or decision making tasks have to rely on noisy, irregularly sampled observations. This class of systems offers a crystal clear example of inductive relational biases. Introducing inductive biases in statistics or machine learning is a well known approach to improving sample efficiency and generalization performance. From the choice of objective function, to the design of ad -- hoc deep learning architectures suited to the specific problem at hand, biases are common and effective. Relational inductive biases [1] represent a special class of biases, concerned with relationship between entities.